Properties  Methods 

IRange<T> Interface Members

The following tables list the members exposed by IRange<T>.

Public Properties
 NameDescription
 Property Gets the Diff (Max - Min) of this range  
 Property Gets whether this Range is defined (Inherited from SciChart.Data.Model.IRange)
 Property Gets whether the range is Zero, where Max equals Min (Inherited from SciChart.Data.Model.IRange)
 Property Gets or sets the Max value of this range  
 Property Gets or sets the Min value of this range  
Top
Public Methods
 NameDescription
 MethodConverts this range to a DoubleRange, which are used internally for calculations (Inherited from SciChart.Data.Model.IRange)
 MethodClips the current IRange to a maxmimum range with RangeClipMode.MinMax mode (Inherited from SciChart.Data.Model.IRange)
 MethodCreates a new object that is a copy of the current instance. (Inherited from System.ICloneable)
 MethodGrows the current IRange<T> by the min and max fraction, returning this instance after modification  
 Method Returns True if the value is within the Min and Max of the Range (Inherited from SciChart.Data.Model.IRange)
 MethodSets the Min, Max values on the IRange<T>, returning this instance after modification  
 MethodSets the Min, Max values on the IRange<T>, returning this instance after modification  
 MethodSets the Min, Max values on the IRange with a max range to clip values to, returning this instance after modification (Inherited from SciChart.Data.Model.IRange)
 MethodPerforms the Union of two IRange instances, returning a new IRange  
Top
Extension Methods
 NameDescription
Public Extension MethodGrows current SciChart.Data.Model.IRange instance by minFraction, maxFraction in log scale
Public Extension MethodReturns a new SciChart.Data.Model.DateRange that corresponds to the provided range.
Public Extension MethodReturns a new SciChart.Data.Model.DateRange that corresponds to the provided range.
Top
See Also